Binary

data class Binary(val bytes: ByteString) : SocketPayload

Constructors

Link copied to clipboard
constructor(bytes: ByteString)

Properties

Link copied to clipboard
val bytes: ByteString